home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / perl5 / 5.8.7 / CGI / eg / crash.cgi < prev    next >
Text File  |  2006-04-25  |  131b  |  7 lines

  1. #!/usr/local/bin/perl
  2.  
  3. use CGI::Carp qw(fatalsToBrowser);
  4.  
  5. # This line invokes a fatal error message at compile time.
  6. foo bar baz;
  7.